home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 24 / Amiga Format AFCD24 (Feb 1998, Issue 108).iso / -in_the_mag- / emulation / amiga / uae-0.7.0b2 / src / targets / t-pos.h < prev    next >
Text File  |  1998-01-20  |  656b  |  27 lines

  1.  /*
  2.   * UAE - The Un*x Amiga Emulator
  3.   *
  4.   * Target specific stuff, p.OS version
  5.   *
  6.   * Copyright 1997 Bernd Schmidt
  7.   */
  8.  
  9. #define UNSUPPORTED_OPTION_l
  10.  
  11. #define OPTIONSFILENAME ".uaerc"
  12. #define OPTIONS_IN_HOME
  13.  
  14. #define TARGET_SPECIAL_OPTIONS \
  15.     { "L",        "  -L           : Only update needed part of the window\n" },
  16. #define COLOR_MODE_HELP_STRING \
  17.     "Valid color modes (see -H) are:\n" \
  18.     "     0 => 8 bit output, gray  (no dithering);\n"\
  19.     "     1 => 8 bit output, color (no dithering);\n"\
  20.     "     2 => 8 bit output, gray  (dithering);\n"\
  21.     "     3 => truecolor output.\n\n"
  22.  
  23. #define DEFSERNAME "ser:"
  24. #define DEFPRTNAME "par:"
  25.  
  26.  
  27.